#include <deApi.hpp>
Collaboration diagram for deApiType:

Public Member Functions | |
| deApiType () | |
| deApiType (const deString &sName, deApiType *pParent) | |
| virtual | ~deApiType () |
| deString & | GetName () |
| deString & | GetParentName () |
| deString & | GetBaseName () |
| deApiType * | GetParent () |
| deApiType * | GetBase () |
| bool | IsA (const deApiType *pType) |
| bool | IsA (const deString &sType) |
| void * | SafeCast (const deApiType *pCastTo) |
| void * | SafeCast (const deString &sType) |
Private Attributes | |
| deString | m_sName |
| deApiType * | m_pParent |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3-rc3